projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f82ce
)
(BROKEN_DATAGRAM_SOCKETS): Define it.
author
Kim F. Storm
<storm@cua.dk>
Mon, 25 Dec 2006 13:30:18 +0000
(13:30 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 25 Dec 2006 13:30:18 +0000
(13:30 +0000)
src/s/ms-w32.h
patch
|
blob
|
history
diff --git
a/src/s/ms-w32.h
b/src/s/ms-w32.h
index c0aa13d74befd622c68f874c671a1db09bd3fec8..a2281e926a50f116f405db3c5055a6765d038029 100644
(file)
--- a/
src/s/ms-w32.h
+++ b/
src/s/ms-w32.h
@@
-142,6
+142,11
@@
Boston, MA 02110-1301, USA. */
#define BROKEN_NON_BLOCKING_CONNECT 1
+/* And the select implementation does 1-byte read-ahead waiting
+ for received packets, so datagrams are broken too. */
+
+#define BROKEN_DATAGRAM_SOCKETS 1
+
/* Define this symbol if your system has the functions bcopy, etc. */
#define BSTRING